/* 1.联系我们 */
.contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.contact .rg {
  width: 55%;
}

.contact .lf {
  width: 40%;
}

.contact .map,
.contact .map img {
  width: 100%;
}

.contact .info {
  margin-top: 64px;
  color: #626262;
  line-height: 32px;
}

.contact .info p:not(:first-child) {
  margin-top: 40px;
}

.contact .code {
  width: 100px;
  height: 100px;
  margin-top: 40px;
}

@media (max-width: 1700px) {
  .contact2 .lf {
    padding: 60px 0;
  }
}

@media (max-width: 1000px) {
  .contact .rg {
    width: 100%;
    margin-top: 30px;
  }
  .contact .lf {
    width: 100%;
  }
  .contact2 .lf {
    padding: 30px 0 0;
  }
  .contact .info {
    margin-top: 30px;
    line-height: 26px;
  }
  .contact .info p:not(:first-child) {
    margin-top: 20px;
  }
  .contact .code {
    width: 75px;
    height: 75px;
    margin-top: 20px;
  }
}

/* 2.新闻中心 */
.news li {
  width: calc((100% / 3) - 40px);
  /* 过渡 */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.news li:not(:nth-child(3n)) {
  margin-right: 60px;
}

.news li:nth-child(n + 4) {
  margin-top: 50px;
}

.news li .img {
  width: 100%;
}

.news li .det {
  width: 100%;
  height: auto;
  color: #000000;
  box-sizing: border-box;
  padding: 30px 30px 45px;
  background-color: #f4f5f9;
}

.news li .det h2 {
  font-size: 20px;
  line-height: 34px;
  /* 文字对齐 */
  text-align: justify;
  text-align-last: left;
  text-justify: inter-ideograph;
  /* 文字最多显示几行 */
  overflow: hidden;
  text-overflow: ellipsis; /* 超出部分省略号 */
  word-break: break-all; /* break-all(允许在单词内换行。) */
  display: -webkit-box; /* 对象作为伸缩盒子模型显示 */
  -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
  -webkit-line-clamp: 2; /* 显示的行数 */
  max-height: 80rpx; /* 设置最大高度，根据行高，要几行乘以几倍 */
}

.news li .det p {
  margin-top: 20px;
  color: #626262;
  line-height: 30px;
  /* 文字对齐 */
  text-align: justify;
  text-align-last: left;
  text-justify: inter-ideograph;
  /* 文字最多显示几行 */
  overflow: hidden;
  text-overflow: ellipsis; /* 超出部分省略号 */
  word-break: break-all; /* break-all(允许在单词内换行。) */
  display: -webkit-box; /* 对象作为伸缩盒子模型显示 */
  -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
  -webkit-line-clamp: 2; /* 显示的行数 */
  max-height: 80rpx; /* 设置最大高度，根据行高，要几行乘以几倍 */
}

.news li .det span {
  display: block;
  margin-top: 30px;
  position: relative;
  margin-left: 3px;
}

.news li .det span img {
  width: 24px;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}

.news li .det span img:first-child {
  opacity: 1;
}

.news li .det span img:last-child {
  opacity: 0;
}

.news li:hover .det span img:first-child {
  opacity: 0;
}

.news li:hover .det span img:last-child {
  opacity: 1;
}

.news li:hover .det h2 {
  color: #21b2c8;
  /* 过渡 */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1400px) {
  .news li {
    width: calc((100% / 3) - 20px);
  }
  .news li:not(:nth-child(3n)) {
    margin-right: 30px;
  }
  .news li:nth-child(n + 4) {
    margin-top: 30px;
  }
  .news li .det {
    padding: 20px 20px 40px;
  }
  .news li .det h2 {
    font-size: 18px;
    line-height: 30px;
  }
  .news li .det p {
    margin-top: 15px;
  }
}

@media (max-width: 1000px) {
  .news li {
    width: calc((100% / 3) - 10px);
  }
  .news li:not(:nth-child(3n)) {
    margin-right: 15px;
  }
  .news li:nth-child(n + 4) {
    margin-top: 20px;
  }
  .news li .det {
    padding: 15px 15px 30px;
  }
  .news li .det h2 {
    font-size: 16px;
    line-height: 28px;
  }
  .news li .det p {
    margin-top: 10px;
    line-height: 26px;
  }
  .news li .det span {
    margin-top: 15px;
  }
  .news li .det span img {
    width: 20px;
  }
}

@media (max-width: 768px) {
  .news li {
    width: calc(50% - 7px);
  }
  .news li:not(:nth-child(3n)) {
    margin-right: 0px;
  }
  .news li:nth-child(n + 4) {
    margin-top: 0px;
  }
  .news li:not(:nth-child(2n)) {
    margin-right: 14px;
  }
  .news li:nth-child(n + 3) {
    margin-top: 14px;
  }
}

@media (max-width: 480px) {
  .news li {
    width: 100%;
  }
  .news li:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .news li:nth-child(n + 3) {
    margin-top: 0;
  }
  .news li:nth-child(n + 2) {
    margin-top: 10px;
  }
}

/* 3.新闻详情 */
.cular h2 {
  text-align: center;
  font-size: 30px;
  line-height: 42px;
  color: #000000;
}

.cular .time {
  text-align: center;
  margin-top: 30px;
  color: #858585;
  padding-bottom: 20px;
  border-bottom: 3px solid #d1d1d1;
}

.cular .time span:first-child {
  margin-right: 30px;
}

.cular .cons {
  margin-top: 40px;
  line-height: 32px;
  color: #858585;
  /* 文字对齐 */
  text-align: justify;
  text-align-last: left;
  text-justify: inter-ideograph;
}

.cular .cons h3 {
  font-size: 18px;
  color: #000000;
  font-weight: bold;
}

.cular .cons img {
  display: block;
  margin: 0 auto;
  max-width: 1200px;
}

@media (max-width: 1400px) {
  .cular h2 {
    font-size: 24px;
    line-height: 37px;
  }
  .cular .time {
    margin-top: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #d1d1d1;
  }
  .cular .cons {
    margin-top: 30px;
  }
}

@media (max-width: 1000px) {
  .cular h2 {
    font-size: 20px;
    line-height: 32px;
  }
  .cular .time {
    font-size: 13px;
    margin-top: 15px;
    padding-bottom: 10px;
  }
  .cular .cons {
    font-size: 14px;
    line-height: 27px;
    margin-top: 15px;
  }
  .cular .cons h3 {
    font-size: 15px;
  }
}

/* 4.案例展示 */
.case li {
  overflow: hidden;
  /* 过渡 */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.case li:not(:first-child) {
  margin-top: 50px;
}

.case li a {
  display: flex;
  justify-content: space-between;
}

.case li .img {
  width: 41%;
}

.case li .txt {
  background-color: #f4f5f9;
  width: 59%;
  padding: 100px 50px;
}

.case li .txt h2 {
  font-size: 20px;
  /* 超出隐藏 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.case li .txt em {
  display: block;
  color: #cccccc;
  margin-top: 14px;
}

.case li .txt p {
  margin-top: 20px;
  line-height: 32px;
  color: #626262;
  /* 文字对齐 */
  text-align: justify;
  text-align-last: left;
  text-justify: inter-ideograph;
  /* 文字最多显示几行 */
  overflow: hidden;
  text-overflow: ellipsis; /* 超出部分省略号 */
  word-break: break-all; /* break-all(允许在单词内换行。) */
  display: -webkit-box; /* 对象作为伸缩盒子模型显示 */
  -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
  -webkit-line-clamp: 3; /* 显示的行数 */
  max-height: 80rpx; /* 设置最大高度，根据行高，要几行乘以几倍 */
}

.case li .txt span {
  display: block;
  margin-top: 50px;
  position: relative;
  margin-left: 3px;
}

.case li .txt span img {
  width: 24px;
  position: absolute;
  top: 0;
  left: 0;
}

.case li .txt span img:first-child {
  opacity: 1;
}

.case li .txt span img:last-child {
  opacity: 0;
}

.case li:hover .txt span img:first-child {
  opacity: 0;
}

.case li:hover .txt span img:last-child {
  opacity: 1;
}

.case li:hover .txt h2 {
  color: #21b2c8;
  /* 过渡 */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1400px) {
  .case li:not(:first-child) {
    margin-top: 30px;
  }
  .case li .img {
    width: 35%;
  }
  .case li .txt {
    width: 65%;
    padding: 40px 30px;
  }
  .case li .txt h2 {
    font-size: 18px;
  }
  .case li .txt span {
    margin-top: 30px;
  }
}

@media (max-width: 1000px) {
  .case li a {
    flex-direction: column;
    align-items: center;
  }
  .case li:not(:first-child) {
    margin-top: 20px;
  }
  .case li .img {
    width: 50%;
  }
  .case li .txt {
    background-color: #ffffff;
    width: 100%;
    padding: 20px 0 30px;
  }
  .case li .txt h2 {
    font-size: 15px;
    text-align: center;
  }
  .case li .txt p {
    margin-top: 10px;
    line-height: 28px;
  }
  .case li .txt span {
    margin-top: 15px;
  }
  .case li .txt span img {
    width: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* 5.产品中心 */
.goods li {
  background-color: #f4f5f9;
  overflow: hidden;
  /* 过渡 */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.goods li a {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.goods li:not(:first-child) {
  margin-top: 90px;
}

.goods li .img {
  order: 1;
  width: 60%;
}

.goods li:nth-child(odd) .img {
  order: 2;
}

.goods li .img img {
  width: 100%;
  height: 100%;
}

.goods li .txt {
  order: 2;
  width: 40%;
  padding: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #626262;
}

.goods li:nth-child(odd) .txt {
  order: 1;
}

.goods li .txt h2,
.product .txt .det h2 {
  font-size: 26px;
}

.goods li .txt p,
.product .txt .det p {
  margin-top: 30px;
  line-height: 34px;
  /* 文字对齐 */
  text-align: justify;
  text-align-last: left;
  text-justify: inter-ideograph;
}

.goods li .txt span,
.product .txt .det a {
  margin-top: 50px;
  display: block;
  width: 180px;
  height: 58px;
  line-height: 56px;
  text-align: center;
  color: #21b2c8;
  box-sizing: border-box;
  border: 1px solid #21b2c8;
}

.goods li:hover h2 {
  color: #21b2c8;
  /* 过渡 */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.goods li:hover .txt span {
  color: #ffffff;
  background-color: #21b2c8;
  /* 过渡 */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1400px) {
  .goods li:not(:first-child) {
    margin-top: 60px;
  }
  .goods li .txt h2,
  .product .txt .det h2 {
    font-size: 20px;
  }
  .goods li .img {
    width: 50%;
  }
  .goods li .txt {
    width: 50%;
    padding: 40px;
  }
  .goods li .txt p,
  .product .txt .det p {
    margin-top: 24px;
  }
  .goods li .txt span,
  .product .txt .det a {
    margin-top: 45px;
    width: 140px;
    height: 42px;
    line-height: 40px;
  }
}

@media (max-width: 1000px) {
  .goods li:not(:first-child) {
    margin-top: 30px;
  }
  .goods li .txt h2,
  .product .txt .det h2 {
    font-size: 16px;
  }
  .goods li .txt {
    padding: 30px;
  }
  .goods li .txt p,
  .product .txt .det p {
    line-height: 28px;
    margin-top: 15px;
  }
  .goods li .txt span,
  .product .txt .det a {
    margin-top: 30px;
    width: 90px;
    height: 37px;
    line-height: 35px;
    font-size: 12px;
  }
}

@media (max-width: 680px) {
  .goods li {
    border-radius: 0;
  }
  .goods li a {
    flex-direction: column;
    align-items: center;
  }
  .goods li:not(:first-child) {
    margin-top: 30px;
  }
  .goods li:nth-child(odd) .img {
    order: 1;
  }
  .goods li:nth-child(odd) .txt {
    order: 2;
  }
  .goods li .img {
    width: 100%;
  }
  .goods li .txt {
    width: 100%;
    padding: 20px 0 30px;
  }
  .goods li .txt h2 {
    text-align: center;
  }
  .goods li .txt p {
    margin-top: 13px;
    text-align: center;
    text-align-last: center;
  }
  .goods li .txt span {
    margin: 20px auto 0;
  }
}

/* 6.产品详情 */
.goodstails .sub em {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}

.goodstails .sub p {
  font-size: 60px;
  line-height: 60px;
  margin-top: 5px;
}

@media (max-width: 1700px) {
  .goodstails .sub p {
    font-size: 50px;
    line-height: 50px;
  }
}

@media (max-width: 1400px) {
  .goodstails .sub p {
    font-size: 40px;
    line-height: 40px;
  }
}

@media (max-width: 1200px) {
  .goodstails .sub p {
    font-size: 30px;
    line-height: 30px;
  }
}

@media (max-width: 1000px) {
  .goodstails .sub p {
    font-size: 24px;
    line-height: 24px;
  }
}

/* 7.产品优势 */
.robot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.robot li {
  width: 20%;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  padding-bottom: 40px;
  padding-left: 50px;
  padding-right: 50px;
}

.robot li::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background-color: #21b2c8;
}

.robot li img {
  display: block;
  width: auto;
  height: 48px;
  margin: 0 auto 20px;
}

.robot li h2 {
  font-size: 18px;
  line-height: 32px;
  text-align: center;
}

@media (max-width: 1400px) {
  .robot li {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1000px) {
  .robot li {
    width: 50%;
  }
  .robot li:nth-child(n + 3) {
    margin-top: 32px;
  }
  .robot li {
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .robot li::before {
    width: 40px;
  }
  .robot li img {
    height: 38px;
    margin: 0 auto 20px;
  }
  .robot li h2 {
    font-size: 15px;
    line-height: 27px;
  }
}

/* 8.解决方案 */
.solve-tabs {
  text-align: center;
}

.solve-tabs a {
  display: inline-block;
  color: #626262;
  width: 280px;
  height: 42px;
  line-height: 40px;
  border: 1px solid #e0e2e6;
}

.solve-tabs a:not(:last-child) {
  margin-right: 20px;
}

.solve-sub {
  text-align: center;
  font-size: 24px;
}

@media (max-width: 1000px) {
  .solve-tabs a {
    width: auto;
    border: 0;
    height: 23px;
    line-height: 23px;
    margin-bottom: 5px;
  }
  .solve-tabs a:not(:last-child) {
    margin-right: 10px;
  }
  .solve-sub {
    font-size: 20px;
  }
}

/* 9.CRP/SAA联检 */
.joint-box h2 {
  font-size: 24px;
}

.joint {
  display: flex;
  justify-content: space-between;
}

.joint li {
  width: calc((100% / 3) - 24px);
  height: auto;
  background-color: #f4f5f9;
  box-sizing: border-box;
  padding: 40px 40px 50px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.joint li .icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 30px;
}

.joint li h3 {
  font-size: 20px;
}

.joint li p {
  margin-top: 24px;
  line-height: 32px;
  color: #98989a;
  /* 文字对齐 */
  text-align: justify;
  text-align-last: left;
  text-justify: inter-ideograph;
}

@media (max-width: 1400px) {
  .joint li {
    width: calc((100% / 3) - 10px);
    padding: 30px 20px 40px;
  }
}

@media (max-width: 1000px) {
  .joint-box h2 {
    font-size: 20px;
  }
  .joint {
    flex-wrap: wrap;
  }
  .joint li {
    width: 100%;
    padding: 30px 10px;
  }
  .joint li:nth-child(n + 2) {
    margin-top: 10px;
  }
  .joint li .icon {
    width: 40px;
    height: 40px;
    margin: 0 auto 20px;
  }
  .joint li h3 {
    font-size: 17px;
  }
  .joint li p {
    margin-top: 5px;
    line-height: 28px;
  }
}

/* 10.关于我们 */
.about .cons {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about .img {
  width: 44%;
  overflow: hidden;
}

.about .txt {
  width: 48%;
}

.about .txt .desc {
  margin-top: 60px;
  line-height: 32px;
  color: #626262;
  /* 文字对齐 */
  text-align: justify;
  text-align-last: left;
  text-justify: inter-ideograph;
}

@media (max-width: 1000px) {
  .about .cons {
    flex-direction: column;
  }
  .about .img {
    order: 2;
    width: 60%;
    margin: 30px auto 0;
  }
  .about .txt {
    order: 1;
    width: 100%;
  }
  .about .txt .desc {
    margin-top: 20px;
    font-size: 14px;
    line-height: 28px;
  }
}

/* 11.历程 */
.course-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.course-swiper .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.course-swiper .swiper-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #dcdfeb;
}

.course-swiper .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  padding: 200px 0;
}

.course-swiper .swiper-slide::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(./../images/dot.png) no-repeat center/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.course-swiper .swiper-slide .cons {
  width: 100%;
  height: auto;
  background-color: #f4f5f9;
  position: absolute;
  left: 0;
}

.course-swiper .cons .txt {
  width: 100%;
  height: 100%;
  padding: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.course-swiper .swiper-wrapper .swiper-slide:nth-child(even) .cons {
  top: 0;
  border-bottom: 5px solid #a9afbd;
}

.course-swiper .swiper-wrapper .swiper-slide:nth-child(odd) .cons {
  bottom: 0;
  border-top: 5px solid #a9afbd;
}

.course-swiper .cons .txt span {
  order: 1;
  font-size: 20px;
  line-height: 20px;
  color: #3f4755;
}

.course-swiper .cons .txt .desc {
  order: 2;
  color: #323232;
  font-size: 14px;
  line-height: 25px;
  margin-top: 11px;
  height:50px;
  overflow:auto
}

.course-swiper .swiper-wrapper .swiper-slide:nth-child(even) .cons .txt span {
  order: 2;
  margin-top: 11px;
}

.course-swiper .swiper-wrapper .swiper-slide:nth-child(even) .cons .txt .desc {
  order: 1;
}

@media (max-width: 1000px) {
  .course-swiper .cons .txt {
    padding: 15px;
  }
  .course-swiper .cons .txt span {
    font-size: 18px;
    line-height: 18px;
  }
  .course-swiper .cons .txt .desc {
    font-size: 12px;
    line-height: 24px;
  }
  .course-swiper .swiper-slide {
    padding: 160px 0;
  }
}

/* 12.荣誉资质 */
.cert-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  padding-bottom: 100px;
}

.cert-swiper img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

.cert-swiper .swiper-slide {
  text-align: center;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.7);
}

.cert-swiper .swiper-slide-active,
.cert-swiper .swiper-slide-duplicate-active {
  transform: scale(1);
}

/* 分页器按钮样式修改 */
.cert-swiper .swiper-pagination-bullet,
.cert-swiper .swiper-pagination-bullet-active {
  width: 50px;
  height: 4px;
  /* border-radius: 13px; */
  background-color: #e1e1e1;
  opacity: 1;
}
.cert-swiper .swiper-pagination-bullet-active {
  background-color: #21b2c8;
}
.cert-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 15px;
}
.cert-swiper .swiper-container-horizontal > .swiper-pagination-bullets,
.cert-swiper .swiper-pagination-custom,
.cert-swiper .swiper-pagination-fraction {
  bottom: 0;
}

@media (max-width: 1000px) {
  .cert-swiper {
    padding-bottom: 70px;
  }
  .cert-swiper .swiper-pagination-bullet,
  .cert-swiper .swiper-pagination-bullet-active {
    width: 32px;
    height: 2px;
    /* border-radius: 7px; */
  }
  .cert-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px;
  }
}

/* 13.首页产品中心 */
.product {
  display: flex;
  justify-content: space-between;
}

.product .img {
  width: 62%;
}

.product .txt {
  width: 38%;
  padding: 80px;
}

.product .txt .det {
  margin-top: 63px;
}

@media (max-width: 1400px) {
  .product .img {
    width: 55%;
  }
  .product .txt {
    width: 45%;
    padding: 40px;
  }
  .product .txt .det {
    margin-top: 30px;
  }
}

@media (max-width: 1000px) {
  .product {
    flex-direction: column;
  }
  .product .img {
    width: 100%;
  }
  .product .txt {
    width: 100%;
    padding: 20px;
  }
  .product .txt .det {
    margin-top: 20px;
  }
}

/* 14.首页案例展示 */
.ample-box .more {
  float: right;
  display: block;
  width: 180px;
  height: 58px;
  line-height: 56px;
  text-align: center;
  color: #21b2c8;
  box-sizing: border-box;
  border: 1px solid #21b2c8;
  margin-top: -58px;
}

.ample {
  display: flex;
  justify-content: space-between;
}

.ample .lf {
  width: 34%;
}

.ample .rg {
  width: 66%;
}

.ample a {
  display: block;
  font-size: 20px;
  color: #ffffff;
  box-sizing: border-box;
  position: relative;
  border: 2px solid #ffffff;
}

.ample .lf a {
  width: 100%;
  height: 800px;
}

.ample .rg a {
  width: 50%;
  height: 400px;
}
.ample a{
    display:block;
    overflow:hidden
}
.ample a img {
  width: 100%;
  height: 100%;
}
    .ample a:hover img {
        -webkit-transform: scale(1.1);
        -webkit-transition-timing-function: ease-out;
        -webkit-transition-duration: 750ms;
        -moz-transform: scale(1.1);
        -moz-transition-timing-function: ease-out;
        -moz-transition-duration: 750ms;
        overflow: hidden;
    }
.ample a p {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
object-fit:cover
}

@media (max-width: 1400px) {
  .ample-box .more {
    width: 140px;
    height: 42px;
    line-height: 40px;
    margin-top: -42px;
  }
  .ample .lf {
    width: 40%;
  }
  .ample .rg {
    width: 60%;
  }
  .ample .lf a {
    height: 600px;
  }
  .ample .rg a {
    height: 300px;
  }
}

@media (max-width: 1000px) {
  .ample-box .more {
    float: none;
    width: 90px;
    height: 37px;
    line-height: 35px;
    font-size: 12px;
    margin: 20px auto 0;
  }
  .ample {
    flex-direction: column;
  }
  .ample a {
    border: 1px solid #ffffff;
    font-size: 15px;
  }
  .ample .lf {
    width: 100%;
  }
  .ample .rg {
    width: 100%;
  }
  .ample .lf a {
    height: 300px;
  }
  .ample .rg a {
    height: 150px;
  }
}
